go/types.Context.update (method)

3 uses

	go/types (current package)
		context.go#L111: func (ctxt *Context) update(h string, orig Type, targs []Type, inst Type) Type {
		instantiate.go#L117: 			res = ctxts[i].update(hashes[i], orig, targs, res)
		named.go#L772: 	u := ctxt.update(h, orig, targs.list(), n) // block fixed point infinite instantiation